< < 
 
 @ h o u s e   2 
 
 { 
 
 	 # s t r i n g   n a m e   " h o u s e _ p i g " ; 
 
 	 # s t r i n g   t y p e _ g o o d s   " b u i l d i n g s " ; 
 
 	 # i n t   p r i c e   5 0 0 ; 
 
 	 # p o i n t   p o s   0 ,   0 ; 
 
 	 # p o i n t   s i z e   2 5 6 ,   2 5 6 ; 
 
 	 # b o o l   s o l i d   t r u e ; 
 
 	 # p o i n t   z b a s e   0 ,   - 4 4 ; 
 
 	 
 
 	 # s t r i n g   n a m e _ g o o d   " p i g g y " ; 
 
 	 # s t r i n g   t y p e _ f e e d   " p i g _ f o o d " ; 
 
 	 # s t r i n g   t y p e _ f r u i t   " p i g g y " ; 
 
 	 # i n t   a n i m a l _ c o u n t   1 ; 
 
 	 # i n t   m a x _ a n i m a l _ c o u n t   1 ; 
 
 	 # i n t   m a x _ c o u n t _ g o o d   1 ; 
 
 	 # i n t   c o s t _ g o o d   2 0 0 ; 
 
 	 # f l o a t   t i m e _ c o m p l e t e   1 0 0 ; 
 
 	 # f l o a t   t i m e _ s p o i l _ g o o d   0 ; 
 
 	 # f l o a t   t i m e _ f e e d   5 2 ; 
 
 	 # s t r i n g   t e x p i c t u r e _ n a m e   " h o u s e _ p i g . t g a " ; 
 
 	 # s t r i n g   t e x h i g h l i g h t _ n a m e   " h o u s e _ p i g . t g a " ; 
 
 	 # s t r i n g   t e x m a s k _ n a m e   " h o u s e _ p i g . t g a " ; 
 
 	 # s t r i n g   n a m e _ s f x   " p i g _ s f x . o g g " ; 
 
 	 # f l o a t   l e n g t h _ s f x   5 5 0 0 
 
 
 
 	 # p o i n t   b a s e _ c e n t e r   - 8 ,   - 4 4 ; 
 
 	 # p o i n t   b a s e _ r a d i u s   1 0 8 ,   8 0 ; 
 
 	 # p o i n t   d o c k _ c e n t e r   0 ,   - 1 2 4 ; 
 
 	 # p o i n t   d o c k _ r a d i u s   8 ,   8 ; 
 
 	 
 
 	 # p o i n t   r e a d y _ b a r _ p o s   4 8 ,   9 6 ; 
 
 	 # p o i n t   f e e d _ b a r _ p o s   - 4 8 ,   9 6 ; 
 
 	 # i n t   r e a d y _ i c o n _ n u m   2 3 ; 
 
 
 
   	 @ s p r i t e 
 
   	 { 
 
   	 	 # s t r i n g   n a m e   " s p r i t e _ p i g " ; 
 
   	 	 # p o i n t   p o s   0 ,   - 2 4 ; 
 
   	 	 # p o i n t   s i z e   6 4 ,   6 4 ; 
 
   	 	 
 
   	 	 @ a n i m a t i o n 
 
   	 	 { 
 
   	 	 	 # s t r i n g   n a m e   " a n i m a l s _ i d l e " ; 
 
   	 	 	 # i n t   s t a r t _ f r a m e   0 ; 
 
   	 	 	 # i n t   e n d _ f r a m e   7 ; 
 
   	 	 	 # f l o a t   f r a m e _ p e r _ s e c o n d   8 ; 
 
   	 	 	 # s t r i n g   t e x t u r e _ n a m e   " p i g _ i d l e . t g a " ; 
 
   	 	 } 
 
   	 	 @ a n i m a t i o n 
 
   	 	 { 
 
   	 	 	 # s t r i n g   n a m e   " a n i m a l s _ n o f o o d " ; 
 
   	 	 	 # i n t   s t a r t _ f r a m e   0 ; 
 
   	 	 	 # i n t   e n d _ f r a m e   0 ; 
 
   	 	 	 # f l o a t   f r a m e _ p e r _ s e c o n d   1 ; 
 
   	 	 	 # s t r i n g   t e x t u r e _ n a m e   " p i g _ i d l e . t g a " ; 
 
   	 	 } 
 
   	 } 
 
 
 
 	 @ d u m m y _ b a r ; 
 
 } 
 
 > > 
 
 
 
 